@amit's notes

My First Note!

This is my first note. I have set it up in my notes/ directory. This note is my playground around what can be done with Obsidian and the digital gardens. This possibly has nothing of interest for anyone who reads this. But for me, This matters a lot. I am learning as I work the system. For me, my [[digital garden setup]] is a good place to start.

This space is where I plan to share my notes across all my projects or my thoughts on what I read or watch. Most of what I write here would hardly have any structured, these are thoughts as they arrive. So expect some broken links for things I am yet to explore or sentences that make no sense to you. More than you, the words on this site is for my eyes.

To link to another note, you can use multiple syntaxes. The following four use the "double-bracket" notation (view the Markdown source file to see the underlying syntax).

You can organize notes in subdirectories and link them normally. For example, the links above all point to the notes/animals/cats.md file.

So what if I want to link to [[consistency]]. Nice! It added it!

And what about [[move your body every day]]. Brilliant!

In all cases, if the double-bracket link does not point to a valid note, the double brackets will still be shown, like this: [[there is no note that matches this link]]. Doesn't work yet!

Alternatively, you can use regular Markdown syntax for links, with a relative link to the other note, like this: this is a Markdown link to the note about cats{: .internal-link}. Don't forget to use the .internal-link class to make sure the link is styled as an internal link (without the little arrow).

Since the Web is all about HTML, you can always use plain HTML if you want, like this: This is a link to the note about cats with HTML.

Of course, you can also link to external websites, like this: this is a link to Wikipedia. Again, you can use plain HTML if you prefer. Footnotes are also supported and will be treated like internal links.1 You can point to other notes in your footnotes.2

Notice in the "Notes mentioning this note" section that there is another note linking to this note. This is a bi-directional link, and those are automatically created when you create links to other notes.

If you're on a device with mouse support, try hovering your mouse on internal links to preview the notes: [[notes about cat]].

Links that have been previewed will be cached to avoid redundant requests.

Images and other Markdown goodies

Finally, because you have the full power of Markdown in this template, you can use regular Markdown syntax for various formatting options.

Lists work as expected, here's the unordered list.

  • List element A
  • List element B
  • List element C

If you'd like to quote other people, consider using quote blocks. Quote blocks aren't styled yet. So idea how to style with Gatsby.

Lorem ipsum dolor sit amet

You can also highlight some content by wrapping it with <mark>.

Code syntax highlighting

You can add code blocks with full syntax color highlighting by wrapping code snippet in triple backticks and specifying the type of the code (js, rb, sh, etc.):

// Here's a bit of JavaScript:
console.log('hello!')

And now some Ruby.

def foo(bar)
  "baz"
end
$ cat /dev/urandom | grep "the answer to life" # shell scripts look nice too

Next steps

Do I want to style this place? May be, I am not too sure. But I want to use this place for capturing my thoughts for sure. I will keep updating things in Obsidian and push them to the space.

[ ] Minimal styling improvement for consistency [ ] Starting moving in content

Idea is to move, have fun, and learn new something every day! ✌️


  1. This is a footnote. For more information about using footnotes, check out the Markdown Guide.
  2. This is another footnote that links to the note about [[cats]]. You may also point to [[notes that do not exist]] if you wish.

Links to this note


If this scribble resonated with you in any way, I would love to hear from you. You can email me or browse through my bio to find other ways to connect with me.

My First Note!